log/slog.commonHandler.mu (field)

7 uses

	log/slog (current package)
		handler.go#L197: 	mu          *sync.Mutex
		handler.go#L211: 		mu:                h.mu, // mutex shared among all clones of this handler
		handler.go#L311: 	h.mu.Lock()
		handler.go#L312: 	defer h.mu.Unlock()
		json_handler.go#L39: 			mu:   &sync.Mutex{},
		text_handler.go#L37: 			mu:   &sync.Mutex{},